home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / nxyplot / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.3 KB  |  55 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = nxyplot
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = nxyplot.tiff
  16. DOCICONS = nxyplot.tiff nxyplot.tiff nxyplot.tiff
  17.  
  18. GLOBAL_RESOURCES = nxyplot.nib Den_Face_small.tiff nxyplot.tiff\
  19.                    Tom_Face_small.tiff.tiff
  20.  
  21. CLASSES = ColumnSelectionHandler.m ErrorBarHandler.m FormatHandler.m\
  22.           Plot.m PlotDelegate.m PlotView.m ScrollWindow.m\
  23.           ServicesHandler.m
  24.  
  25. HFILES = ColumnSelectionHandler.h ErrorBarHandler.h FormatHandler.h\
  26.          Plot.h PlotDelegate.h PlotView.h ScrollWindow.h\
  27.          ServicesHandler.h
  28.  
  29. MFILES = auxil.m nxyplot_main.m
  30.  
  31. OTHERSRCS = services
  32.  
  33.  
  34. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  35. MAKEFILE = app.make
  36. INSTALLDIR = $(HOME)/Apps
  37. INSTALLFLAGS = -c -s -m 755
  38. SOURCEMODE = 444
  39.  
  40. ICONSECTIONS =    -sectcreate __ICON app nxyplot.tiff \
  41.         -sectcreate __ICON nxyplot nxyplot.tiff
  42.  
  43. LIBS = -lMedia_s -lNeXT_s
  44. DEBUG_LIBS = $(LIBS)
  45. PROF_LIBS = $(LIBS)
  46.  
  47.  
  48. -include Makefile.preamble
  49.  
  50. include $(MAKEFILEDIR)/$(MAKEFILE)
  51.  
  52. -include Makefile.postamble
  53.  
  54. -include Makefile.dependencies
  55.